- coalescing nodes
- объединяемые узлы
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Register allocation — In compiler optimization, register allocation is the process of multiplexing a large number of target program variables onto a small number of CPU registers. The goal is to keep as many operands as possible in registers to maximise the execution… … Wikipedia
Coalesced hashing — example. For purposes of this example, collision buckets are allocated in increasing order, starting with bucket 0. Coalesced hashing, also called coalesced chaining, is a strategy of collision resolution in a hash table that forms a hybrid of… … Wikipedia
Reference counting — In computer science, reference counting is a technique of storing the number of references, pointers, or handles to a resource such as an object or block of memory. It is typically used as a means of deallocating objects which are no longer… … Wikipedia
ARPANET — For the producer, see Gerald Donald. ARPANET logical map, March 1977 The Advanced Research Projects Agency Network (ARPANET), was the world s first operational packet switching network and the core network of a set that came to compose the global … Wikipedia
Static single assignment form — In compiler design, static single assignment form (often abbreviated as SSA form or SSA) is an intermediate representation (IR) in which every variable is assigned exactly once. Existing variables in the original IR are split into versions , new… … Wikipedia
Networked Advocacy — or net centric advocacy refers to a specific type of advocacy. While networked advocacy has existed for centuries, it has become significantly more efficacious in recent years due in large part to the widespread availability of the internet,… … Wikipedia
Server Message Block — In computer networking, Server Message Block (SMB), also known as Common Internet File System (CIFS, /ˈsɪfs … Wikipedia